Skip to content

Instantly share code, notes, and snippets.

@johnfredcee
Created June 1, 2011 18:57
Show Gist options
  • Save johnfredcee/1003014 to your computer and use it in GitHub Desktop.
Save johnfredcee/1003014 to your computer and use it in GitHub Desktop.
Lava Lamp Game Info Class
class LavaLampGameInfo extends GameInfo;
defaultproperties
{
PlayerControllerClass=class'LavaLamp.LavaLampPlayerController'
DefaultPawnClass=class'LavaLamp.LavaLampPawn'
}
event PostLogin( PlayerController NewPlayer )
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment