10 lines
207 B
Text
10 lines
207 B
Text
// RenderTexture code for all weapons
|
|
|
|
// Ynykron Artifact
|
|
extend Class Ynykron
|
|
{
|
|
// TODO for 1.4: re-add the glowing red indicators from SWWM Platinum
|
|
override void RenderTexture( RenderEvent e )
|
|
{
|
|
}
|
|
}
|