Esempio n. 1
0
    public int GetPlayerIndex()
    {
        int index = Array.IndexOf(Enum.GetValues(playerIndex.GetType()), playerIndex);

        return(index);
    }