Indiefreaks.Xna.Sessions.IdentifiedPlayer.PreparePlayerDevice C# (CSharp) Method

PreparePlayerDevice() public method

public PreparePlayerDevice ( ) : void
return void
        public void PreparePlayerDevice()
        {
            if(!IsLocal)
                throw new CoreException("This player isn't local");

            Storage = Application.Storage.PreparePlayerDevice(Input.PlayerIndex);
        }