Merge branch 'master' into develop

This commit is contained in:
Frank
2021-05-11 11:59:48 +02:00
12 changed files with 1707 additions and 630 deletions

View File

@@ -540,7 +540,7 @@ do -- FSM
--- Returns a table with the scores defined.
-- @param #FSM self
-- @param #table Scores.
-- @return #table Scores.
function FSM:GetScores()
return self._Scores or {}
end