コード例 #1
0
ファイル: Actor.cs プロジェクト: lordfist/FistCore.Lib
 public Actor(IEntity entity)
 {
     InitActor((int)entity.GetPrimaryKeyValue()[0]);
 }