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