Patcher.Data.GameAttribute.GameAttribute C# (CSharp) Метод

GameAttribute() публичный Метод

public GameAttribute ( string title ) : System
title string
Результат System
        public GameAttribute(string title)
        {
            this.title = title;
        }
GameAttribute