Files
DeviantMobile-Rohan/Assets/New Lowpoly Models/Scripts/IDamageReceiver.cs
2026-06-26 22:41:39 +05:30

4 lines
77 B
C#

public interface IDamageReceiver
{
void OnDamageTaken(string bodyPart);
}