1
This commit is contained in:
parent
5b61f17ca1
commit
492c9712ef
@ -1,5 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
class Human;
|
||||||
class Room;
|
class Room;
|
||||||
class RefreshRule
|
class RefreshRule
|
||||||
{
|
{
|
||||||
@ -8,4 +9,7 @@ class RefreshRule
|
|||||||
|
|
||||||
void Init();
|
void Init();
|
||||||
void UnInit();
|
void UnInit();
|
||||||
|
|
||||||
|
private:
|
||||||
|
std::list<Human*> hold_humans_;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user