Add reference to CORE's sms module to entrypoint
This commit is contained in:
parent
fdab9ca0a3
commit
1fb0716cdf
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class_name PresencodeEntrypoint
|
||||||
|
|
||||||
var core: Core
|
var core: Core
|
||||||
var logger: CoreLoggerInstance
|
var logger: CoreLoggerInstance
|
||||||
|
@onready var sms: CoreBaseModule = core.sms
|
||||||
var api: PresencodeCommunication
|
var api: PresencodeCommunication
|
||||||
|
|
||||||
# Required methods
|
# Required methods
|
||||||
|
|
Loading…
Reference in a new issue