Search results

  1. Eventsink Help!

    Messing around with eventsinks but I somehow cannot get the event to recognize the mobile public static void Initialize() { EventSink.OnKilledBy += EventSink_OnKilledBy; } private static void EventSink_OnKilledBy(OnKilledByEventArgs e) {...
  2. Serializing

    Anyone has an example of a correct serializing / deserializing so the server update things correctly without deleting them on restart? thank you!
Back