コード例 #1
0
 public ud_lookup_table_list_entry(ushort[] table, ud_table_type type, string meta)
 {
     this.Table = table;
     this.Type = type;
     this.Meta = meta;
 }
コード例 #2
0
 public ud_lookup_table_list_entry(ushort[] table, ud_table_type type, string meta)
 {
     this.Table = table;
     this.Type  = type;
     this.Meta  = meta;
 }