浏览代码

adding GOMPS task for ScriptableObject action system fixmes

/main
David Woodruff 4 年前
当前提交
2b141f5a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      Assets/BossRoom/Scripts/Shared/Game/Action/ActionRequestData.cs

4
Assets/BossRoom/Scripts/Shared/Game/Action/ActionRequestData.cs


}
/// <summary>
/// FIXME: ??? This will be turned into a ScriptableObject.
/// FIXME: [GOMPS-99] This will be turned into a ScriptableObject.
/// </summary>
public class ActionDescription
{

}
/// <summary>
/// FIXME: this list will be turned into a collection of Scriptable Objects.
/// FIXME [GOMPS-99]: this list will be turned into a collection of Scriptable Objects.
/// Question: Do we want to show how to do skill levels, as I am doing here?
/// </summary>
public class ActionDescriptionList

正在加载...
取消
保存