mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-08 10:10:41 +00:00
25 lines
331 B
Text
25 lines
331 B
Text
|
class NWinterXmasPresent : DukeActor
|
||
|
{
|
||
|
default
|
||
|
{
|
||
|
pic "XMASPRESENT";
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
//---------------------------------------------------------------------------
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
//---------------------------------------------------------------------------
|
||
|
|
||
|
class NWinterXmasPresent2 : DukeActor
|
||
|
{
|
||
|
default
|
||
|
{
|
||
|
pic "XMASPRESENT";
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|