Files
aixianling 5c9f1dae4a init
2025-01-09 17:45:40 +08:00

19 lines
301 B
C++

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