Refactor Player class to use components, also use components in Enemy class types and fiddle with boss structure
This commit is contained in:
@@ -14,8 +14,6 @@ public partial class PlayerLogic
|
||||
|
||||
public readonly record struct Attack;
|
||||
|
||||
public readonly record struct AttackAnimationFinished;
|
||||
|
||||
public readonly record struct Die;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user