OSDN Git Service

HMCombinedBattleCommandクラスをSwiftで書き換え
[kcd/KCD.git] / KCD / HMHokyuChargeCommand.h
1 //
2 //  HMHokyuChargeCommand.h
3 //  KCD
4 //
5 //  Created by Hori,Masaki on 2014/09/23.
6 //  Copyright (c) 2014年 Hori,Masaki. All rights reserved.
7 //
8
9 #import "HMCompositCommand.h"
10
11 @interface HMHokyuChargeCommand : HMCompositCommand
12
13 @end