This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
warlock
/
zombie_mp
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
0364f5a282
Rami (Branch)
Tag
master
zombie_mp
/
Assets
/
HQ FPS Weapons
/
Scripts
/
Surface Management
/
ISurface.cs
ISurface.cs
106 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
using UnityEngine;
namespace HQFPSWeapons
{
interface ISurface
{
Texture GetSurfaceTexture();
}
}