diff options
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Unit/Characters/Dracula/DraculaBehaviour.cs')
-rw-r--r-- | WorldlineKeepers/Assets/Scripts/Unit/Characters/Dracula/DraculaBehaviour.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Unit/Characters/Dracula/DraculaBehaviour.cs b/WorldlineKeepers/Assets/Scripts/Unit/Characters/Dracula/DraculaBehaviour.cs new file mode 100644 index 0000000..0789b9a --- /dev/null +++ b/WorldlineKeepers/Assets/Scripts/Unit/Characters/Dracula/DraculaBehaviour.cs @@ -0,0 +1,10 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class DraculaBehaviour +{ + + + +} |