框架上传
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
namespace Stary.Evo.Example.Counter
|
||||
{
|
||||
public class CounterApp : Architecture<CounterApp>
|
||||
{
|
||||
protected override void Init()
|
||||
{
|
||||
RegisterSystem<IAchievementSystem>(new AchievementSystem());
|
||||
RegisterData<ICounterData>(new CounterData());
|
||||
RegisterUtility<IStorage>(new PlayerPrefsStorage());
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user