C# Class EnemyTab, RPGQuest

Inheritance: BaseTab
ファイルを表示 Open project: hughrogers/RPGQuest

Public Methods

Method Description
EnemyTab ( ProjectWindow pw ) : UnityEditor
Reload ( ) : void
ShowTab ( ) : void

Method Details

EnemyTab() public method

public EnemyTab ( ProjectWindow pw ) : UnityEditor
pw ProjectWindow
return UnityEditor

Reload() public method

public Reload ( ) : void
return void

ShowTab() public method

public ShowTab ( ) : void
return void