OSDN Git Service

CPU射程操作バグ改善
[awarsiii/AwarsIV.git] / Awars III / ContinueMenu.m
1 //
2 //  ContinueMenu.m
3 //  Awars III
4 //
5 //  Created by Killery on 2012/12/06.
6 //  Copyright (c) 2012年 Killery. All rights reserved.
7 //
8
9 #import "ContinueMenu.h"
10
11 @implementation ContinueMenu
12
13 -(IBAction)Load:(id)sender{
14
15 }
16
17 -(IBAction)Back:(id)sender{
18     [ContinueMenuWindow close];
19 }
20
21 @end