Killswitch/Sandbox – User

From Bohemia Interactive Community
< User:Killswitch
Revision as of 13:52, 25 January 2007 by Killswitch (talk | contribs) (First step into my sandbox)
Jump to navigation Jump to search

Title

Regular paragraph of text. Talk talk blah blah.

Subtitle

Subsection text.

Sub-subtitle

Even more text.

A config.cpp snippet inside a <pre> environment:

class CfgPatches
{
	class Something
	{
		units[] = {};
		weapons[] = {};
		requiredAddons[] = {};
		requiredVersion=1.00;
	};
};