示例#1
0
 public override void UnpackUpdate(GhostConnection connection, BitStream stream)
 {
 }
示例#2
0
        public override bool OnGhostAdd(GhostConnection theConnection)
        {
            if (Parent != null)
                Parent.SetGhost(this);

            return true;
        }
示例#3
0
 public override UInt64 PackUpdate(GhostConnection connection, UInt64 updateMask, BitStream stream)
 {
     return 0UL;
 }
示例#4
0
 public override void PerformScopeQuery(GhostConnection connection)
 {
 }