Files
Gen_Hack-and-Slash-Roguelite/Client/Assets/Scripts/Data/BulletDef.cs
2025-08-28 16:20:24 +08:00

8 lines
131 B
C#

namespace Data
{
public class BulletDef : EntityDef
{
public string className;
public string value;
}
}