コード例 #1
0
ファイル: MyNpcCharacter.cs プロジェクト: AlphaStaxLLC/taiga
 public virtual void ReprioritizeUpdates(StateUpdateTypes type, UpdatePriorityHandler handler)
 {
 }
コード例 #2
0
ファイル: VWHClientView.cs プロジェクト: intari/OpenSimMirror
 public void ReprioritizeUpdates(StateUpdateTypes type, UpdatePriorityHandler handler)
 {
     throw new System.NotImplementedException();
 }