This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
warlock
/
zombie_mp
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
68183e5317
Větve
Značky
master
zombie_mp
/
Assets
/
HQ FPS Weapons
/
Scripts
/
Surface Management
/
ISurface.cs
ISurface.cs
106 B
Historie
Surový
1
2
3
4
5
6
7
8
9
using UnityEngine;
namespace HQFPSWeapons
{
interface ISurface
{
Texture GetSurfaceTexture();
}
}