2D Character and weapons

This commit is contained in:
Marco 2025-06-17 11:57:59 +02:00
commit cc9c4e5aa1
37 changed files with 1115 additions and 91 deletions

6
Scripts/BulletOwner.cs Normal file
View file

@ -0,0 +1,6 @@
public enum BulletOwner
{
None,
Player,
Enemy
}