first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace NitroxClient.GameLogic.PlayerLogic.PlayerPreferences
|
||||
{
|
||||
[Serializable]
|
||||
public class PlayerPreferenceState
|
||||
{
|
||||
public PlayerPreference LastSetPlayerPreference;
|
||||
public Dictionary<string, PlayerPreference> Preferences;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user