mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-07 09:40:43 +00:00
24 lines
331 B
Text
24 lines
331 B
Text
class NWinterXmasPresent : DukeActor
|
|
{
|
|
default
|
|
{
|
|
pic "XMASPRESENT";
|
|
}
|
|
|
|
}
|
|
|
|
//---------------------------------------------------------------------------
|
|
//
|
|
//
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
|
|
class NWinterXmasPresent2 : DukeActor
|
|
{
|
|
default
|
|
{
|
|
pic "XMASPRESENT";
|
|
}
|
|
|
|
|
|
}
|