示例#1
0
 public abstract void GetComponent(T self, Entity component);
示例#2
0
 public void Run(object o, Entity component)
 {
     this.GetComponent((T)o, component);
 }