18 lines
338 B
Ucode
18 lines
338 B
Ucode
|
/**
|
||
|
* Data resource for webadmin "skins"
|
||
|
*
|
||
|
* Copyright 2009 Epic Games, Inc. All Rights Reserved
|
||
|
*
|
||
|
* @author Michiel 'elmuerte' Hendriks
|
||
|
*/
|
||
|
class WebAdminSkin extends UIResourceDataProvider PerObjectConfig;
|
||
|
|
||
|
var config string FriendlyName;
|
||
|
|
||
|
var config string CssFile;
|
||
|
|
||
|
defaultproperties
|
||
|
{
|
||
|
//bSearchAllInis=true
|
||
|
}
|