Core.Object | +--Engine.Actor | +--Engine.Keypoint | +--UnrealShare.GuardPoint
00001 //============================================================================= 00002 // GuardPoint. 00003 //============================================================================= 00004 class GuardPoint extends Keypoint; 00005 00006 defaultproperties 00007 { 00008 bStatic=False 00009 }