Exemple #1
0
    public static void CreateSlot(int slot, GameMode mode)
    {
        UserSlotData.CreateSlot(slot, defaultName);
        mData = ((int)mode) << 11;
        UserSlotData.SetSlotValueInt(slot, dataKey, mData);

        mCurrentSlotLoaded = true;
    }
Exemple #2
0
 public static void SaveCurrentSlotData()
 {
     UserSlotData.SetSlotValueInt(UserSlotData.currentSlot, dataKey, mData);
 }