100coding
4/5/2017 - 6:57 AM

0917FEEF-C089-422F-B858-5D1DABE6D7A0

0917FEEF-C089-422F-B858-5D1DABE6D7A0

using Zenject;

public class GameInstaller : MonoInstaller<GameInstaller>
{
    public override void InstallBindings()
    {
        Container.BindInterfacesAndSelfTo<GameRunner>()
            .AsSingle();
    }
}