コード例 #1
0
ファイル: Icon.cs プロジェクト: Somnium13/SS13
        public ByTable IconStates(int?mode = null)
        {
            mode = mode ?? 0;

            return(Icon13.States(this.icon, mode ?? 0));
        }