mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-22 23:50:52 +01:00
cleaned Triggerable
This commit is contained in:
parent
00c571ea86
commit
590d9a53cc
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user