Example #1
0
 internal void Dock()
 {
     if (_directEntity != null)
     {
         _directEntity.Dock();
     }
 }
Example #2
0
 public void Dock()
 {
     if (_directEntity != null)
     {
         _directEntity.Dock();
     }
 }