You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[ENTITY_NAME] =
|
|
{
|
|
Editor={
|
|
Icon="User.bmp",
|
|
},
|
|
Properties =
|
|
{
|
|
},
|
|
}
|
|
|
|
function [ENTITY_NAME]:OnSpawn()
|
|
|
|
end
|
|
|
|
function [ENTITY_NAME]:OnDestroy()
|
|
|
|
end
|
|
|
|
function [ENTITY_NAME]:OnPropertyChange()
|
|
self:OnReset();
|
|
end
|