예제 #1
0
 public DataComponent(DataEntity entity)
 {
     _entity = entity;
     entity.AddDataComponent(this);
 }