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