19 lines
301 B
C++
19 lines
301 B
C++
|
|
#pragma once
|
|
|
|
/***************************************************************/
|
|
/*
|
|
/* 非生物,包括传送门,建筑,特效等等
|
|
/*
|
|
/***************************************************************/
|
|
|
|
|
|
class CNolive:
|
|
public CEntity
|
|
{
|
|
public:
|
|
typedef CEntity Inherited;
|
|
};
|
|
|
|
|