bool LocalisationHandler(BaseMessage message)
    {
        LocalisationChangedMessage msg = (LocalisationChangedMessage)message;

        ChangeLevelsByLanguage();

#if !UNITY_EDITOR
        CancelLocalNotifications();
        RegisterLocalNotifications();
#endif
        return(true);
    }
Beispiel #2
0
 public static void SafeQueueMessage(LocalisationChangedMessage localisationChangedMessage)
 {
     throw new NotImplementedException();
 }