Beispiel #1
0
            public void Gather(IServerEntity entity)
            {
                var e = (SpaceShipServerBase)entity;

                Data     = e.Data;
                Snapshot = e.OnSnapshot();
            }
Beispiel #2
0
 public abstract void OnSnapshot(SpaceShipSnapshot snapshot);