ProjetAMJV_CR/Assets/otherTeam/OtherScripts/Weapon.cs
2025-01-29 00:41:25 +01:00

6 lines
73 B
C#
Executable file

//using UnityEngine;
public interface Weapon
{
void dealDamage();
}