mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-20 09:47:13 +08:00
8 lines
143 B
C#
8 lines
143 B
C#
|
|
namespace Data
|
||
|
|
{
|
||
|
|
public class RobotLogicDef : Define
|
||
|
|
{
|
||
|
|
public BehaviorTreeDef behaviorTree;
|
||
|
|
public string icon;
|
||
|
|
}
|
||
|
|
}
|