public SystemStateMgr() { SetAudioOutputAsBuiltInSpeaker(); Account = new AccountUtils(); Account.AddUser(DefaultUserId, "Player"); Account.OpenUser(DefaultUserId); }
public SystemStateMgr() { Account = new AccountUtils(); Account.AddUser(DefaultUserId, "Player"); Account.OpenUser(DefaultUserId); // TODO: Let user specify. DesiredKeyboardLayout = (long)KeyboardLayout.Default; }
public SystemStateMgr() { SetAudioOutputAsBuiltInSpeaker(); Account = new AccountUtils(); UserId defaultUid = new UserId("00000000000000010000000000000000"); Account.AddUser(defaultUid, "Player"); Account.OpenUser(defaultUid); }