Import
temp
This commit is contained in:
parent
a87f0ed109
commit
a17810ffeb
114 changed files with 5184 additions and 5 deletions
6
Assets/otherTeam/OtherScripts/Weapon.cs
Executable file
6
Assets/otherTeam/OtherScripts/Weapon.cs
Executable file
|
@ -0,0 +1,6 @@
|
|||
//using UnityEngine;
|
||||
|
||||
public interface Weapon
|
||||
{
|
||||
void dealDamage();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue