ProjetAMJV_CR/Assets/Scripts/Weapon.cs
Crizomb 521a62973a integration
bad other team code on another branch
2025-01-28 23:58:50 +01:00

6 lines
73 B
C#
Executable file

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