コード例 #1
0
ファイル: EntityCache.cs プロジェクト: slickwilly/Questor
 internal void Dock()
 {
     if (_directEntity != null)
     {
         _directEntity.Dock();
     }
 }
コード例 #2
0
 public void Dock()
 {
     if (_directEntity != null)
     {
         _directEntity.Dock();
     }
 }