예제 #1
0
 public SpeechTypeInfo(SpeechType speechType, byte value, AdditionalSpeechData data)
 {
     this.SpeechType           = speechType;
     this.Value                = value;
     this.AdditionalSpeechData = data;
 }
예제 #2
0
파일: Enums.cs 프로젝트: FaNtA91/pokemonapi
 public SpeechTypeInfo(SpeechType speechType, byte value, AdditionalSpeechData data)
 {
     this.SpeechType = speechType;
     this.Value = value;
     this.AdditionalSpeechData = data;
 }