mirror of
https://gitlab.com/Scribble/gdlenhanced.git
synced 2026-08-17 14:23:04 -04:00
16 lines
No EOL
210 B
C++
16 lines
No EOL
210 B
C++
|
|
#include <StdAfx.h>
|
|
#include "Caster.h"
|
|
|
|
CCasterWeenie::CCasterWeenie()
|
|
{
|
|
}
|
|
|
|
void CCasterWeenie::ApplyQualityOverrides()
|
|
{
|
|
}
|
|
|
|
int CCasterWeenie::Use(CPlayerWeenie *other)
|
|
{
|
|
return CWeenieObject::Use(other);
|
|
} |