mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Inform state changes
This commit is contained in:
@@ -19,7 +19,7 @@ PROCESS_ASSIGN = {
|
||||
function PROCESS_ASSIGN:New( Task, ProcessUnit, TaskBriefing )
|
||||
|
||||
-- Inherits from BASE
|
||||
local self = BASE:Inherit( self, PROCESS:New( Task, ProcessUnit ) ) -- #PROCESS_ASSIGN
|
||||
local self = BASE:Inherit( self, PROCESS:New( "ASSIGN", Task, ProcessUnit ) ) -- #PROCESS_ASSIGN
|
||||
|
||||
self.TaskBriefing = TaskBriefing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user