Files
Sun1602/Client/GameClient/ProjectileCommon.h
T
2022-10-26 12:25:11 +08:00

15 lines
247 B
C

// 일반적인 발사체
#pragma once
//
//#include "ProjectileProcess.h"
//
//
//class cProjectileCommon : public cProjectileEx
//{
//public:
// cProjectileCommon();
//
//private:
// BOOL OnProcessProjectile( DWORD dwTick ); // override
//
//};