cirnogodot/Scripts/BulletOwner.cs
2025-06-17 11:57:59 +02:00

6 lines
No EOL
62 B
C#

public enum BulletOwner
{
None,
Player,
Enemy
}