Patcher.Data.GameAttribute.GameAttribute C# (CSharp) Méthode

GameAttribute() public méthode

public GameAttribute ( string title ) : System
title string
Résultat System
        public GameAttribute(string title)
        {
            this.title = title;
        }
GameAttribute