cleaned Triggerable

This commit is contained in:
Dank074 2021-06-11 23:59:27 -05:00
parent 00c571ea86
commit 590d9a53cc

View File

@ -48,17 +48,17 @@ export class Triggerable
return (this._intParams[index] === 1);
}
public get _Str_21824(): boolean
public get stuffTypeSelectionEnabled(): boolean
{
return this._stuffTypeSelectionEnabled;
}
public get _Str_6040(): number
public get stuffTypeSelectionCode(): number
{
return this._stuffTypeSelectionCode;
}
public set _Str_6040(k: number)
public set stuffTypeSelectionCode(k: number)
{
this._stuffTypeSelectionCode = k;
}
@ -97,4 +97,4 @@ export class Triggerable
{
return this._stuffTypeId;
}
}
}