Exemplo n.º 1
0
 private byte[] GetDexBlock(Zukan8Type infoDexType)
 {
     return(infoDexType switch
     {
         Zukan8Type.Galar => Galar.Data,
         Zukan8Type.Armor => Rigel1.Data,
         Zukan8Type.Crown => Rigel2.Data,
         _ => throw new ArgumentOutOfRangeException(nameof(infoDexType), infoDexType, null)
     });
Exemplo n.º 2
0
 public Zukan8Index(Zukan8Type dexType, int index)
 {
     DexType = dexType;
     Index   = index;
 }
Exemplo n.º 3
0
 private byte[] GetDexBlock(Zukan8Type infoDexType) => infoDexType switch
 {
Exemplo n.º 4
0
 public static string GetZukanTypeInternalPrefix(this Zukan8Type type) => type switch
 {