Skip to content

Commit e26d264

Browse files
committed
DataManager
1 parent e81cec1 commit e26d264

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
using UnityEngine;
22
using System.Collections;
33

4-
public class IInputOperationEventCreaterBase
4+
public abstract class IInputOperationEventCreaterBase
55
{
66
public bool GetIsCreateEvent()
77
{
88
return false;
99
}
1010

11-
public void Update();
11+
//virtual void Update();
1212
}

0 commit comments

Comments
 (0)