示例#1
0
    private void Start()
    {
        _battle = GameServiceCollection.GetService <BattleService>();

        _battle.StartBattle(this);
    }