linguist/samples/UnrealScript/US3HelloWorld.uc

11 строки
147 B
Plaintext

class US3HelloWorld extends GameInfo;
event InitGame( string Options, out string Error )
{
`log( "Hello, world!" );
}
defaultproperties
{
}