cirnogodot/Scripts/BulletOwner.cs

6 lines
62 B
C#
Raw Permalink Normal View History

2025-06-17 11:57:59 +02:00
public enum BulletOwner
{
None,
Player,
Enemy
}