mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-02-22 16:13:36 +00:00
8 lines
No EOL
134 B
C++
8 lines
No EOL
134 B
C++
#include <DXAPI/GrenadeProjectile.h>
|
|
|
|
namespace DX
|
|
{
|
|
GrenadeProjectile::GrenadeProjectile(unsigned int obj) : Projectile(obj)
|
|
{
|
|
}
|
|
} |