Move files and folders to new repo format to enable multi-project format
This commit is contained in:
13
Zennysoft.Game.Ma/src/enemy/EnemyLoreInfo.cs
Normal file
13
Zennysoft.Game.Ma/src/enemy/EnemyLoreInfo.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Godot;
|
||||
|
||||
namespace Zennysoft.Game.Ma;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class EnemyLoreInfo : Resource
|
||||
{
|
||||
[Export]
|
||||
public string Name { get; set; }
|
||||
|
||||
[Export]
|
||||
public string Description { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user