ArcCore.Gameplay.PlaySceneRepresentative.LoadChart C# (CSharp) Method

LoadChart() public method

public LoadChart ( Chart chart ) : void
chart Chart
return void
        public void LoadChart(Chart chart)
        {
            //TODO: Play the chart
        }
    }
PlaySceneRepresentative