// *********************************************************************** // Assembly : Game // Author : Kimch // Created : 2020-09-02 // Description : // Last Modified By : // Last Modified On : // *********************************************************************** // // // *********************************************************************** namespace G { public class Stat_BaseAction : Stat_Base { protected float m_curAniLength; public Stat_BaseAction(Stat_StateManager statMgr) : base(statMgr) { } } }