C# 클래스 PokemonAdventureGame.BattleSystem.ConsoleUI.ConsoleBattleInfoItems

파일 보기 프로젝트 열기: JustAn0therDev/PokemonAdventureGame

공개 메소드들

메소드 설명
ShowItemCannotBeUsed ( ) : void
ShowItemWasUsedOnPokemon ( IItem item, IPokemon pokemon ) : void

메소드 상세

ShowItemCannotBeUsed() 공개 정적인 메소드

public static ShowItemCannotBeUsed ( ) : void
리턴 void

ShowItemWasUsedOnPokemon() 공개 정적인 메소드

public static ShowItemWasUsedOnPokemon ( IItem item, IPokemon pokemon ) : void
item IItem
pokemon IPokemon
리턴 void