Patcher.Data.GameAttribute.GameAttribute C# (CSharp) 메소드

GameAttribute() 공개 메소드

public GameAttribute ( string title ) : System
title string
리턴 System
        public GameAttribute(string title)
        {
            this.title = title;
        }
GameAttribute