コード例 #1
0
 public string GenerateTaSt(TalentArenaOptionType watch)
 {
     return($"ta_st {(byte)watch}");
 }
コード例 #2
0
 public string GenerateTaSt(TalentArenaOptionType watch) => $"ta_st {(byte)watch}";