AddSettingsManager
This commit is contained in:
parent
a8492abe60
commit
96179a6708
1 changed files with 12 additions and 0 deletions
12
ZoFo/GameCore/GameManagers/SettingsManager.cs
Normal file
12
ZoFo/GameCore/GameManagers/SettingsManager.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ZoFo.GameCore.GameManagers
|
||||
{
|
||||
internal class SettingsManager
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue