2021-04-08 20:09:59 +08:00
|
|
|
|
using Cal;
|
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
namespace ET
|
|
|
|
|
{
|
|
|
|
|
public class SkillMgrComponent : Entity
|
|
|
|
|
{
|
|
|
|
|
public readonly Dictionary<int, SkillLogic> skillDic = new Dictionary<int, SkillLogic>();
|
2022-05-29 23:02:28 +08:00
|
|
|
|
|
2021-04-08 20:09:59 +08:00
|
|
|
|
}
|
|
|
|
|
}
|