MORE Camera
This commit is contained in:
13
scripts/Data.cs
Normal file
13
scripts/Data.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class Data : GodotObject
|
||||
{
|
||||
public struct EntityData
|
||||
{
|
||||
[Export] public String Name;
|
||||
[Export] public bool CanFly;
|
||||
[Export] public bool CanSpawnThings;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user