Declaration of RADIO Class

This commit is contained in:
Grey-Echo 2017-03-10 23:31:47 +01:00
parent ad0cac8356
commit 7866de2370

View File

@ -13,3 +13,18 @@
--
-- @module Radio
-- @author Grey-Echo
--- The RADIO class
-- @type RADIO
-- @extends Core.Base#BASE
MESSAGE = {
ClassName = "RADIO",
Identifiable = IDENTIFIABLE:New(),
Frequency = 255000,
Power = 100,
Modulation = 0,
Loop = 0,
Subtitle = "",
SubtitleDuration = ""
}