Files
BH3/Assets/Scripts/Assembly-CSharp/IBodyPartTouchable.cs
2025-08-13 09:26:42 +08:00

7 lines
117 B
C#

using UnityEngine;
public interface IBodyPartTouchable
{
void BodyPartTouched(BodyPartType type, Vector3 point);
}