Domain.GameObserver.Begin C# (CSharp) Method

Begin() public method

public Begin ( int currentPlayerId ) : void
currentPlayerId int
return void
        public void Begin(int currentPlayerId)
        {
            var payload = new IGameObserver_PayloadTable.Begin_Invoke { currentPlayerId = currentPlayerId };
            Notify(payload);
        }