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