fix inventory prototype name
This commit is contained in:
parent
f601b1b9b0
commit
774cc4aa07
|
@ -3,7 +3,7 @@ Imports Kolben.Adapters
|
|||
|
||||
Namespace Scripting.V3.Prototypes
|
||||
|
||||
<ScriptPrototype(VariableName:="Player")>
|
||||
<ScriptPrototype(VariableName:="Inventory")>
|
||||
Friend NotInheritable Class InventoryPrototype
|
||||
|
||||
<ScriptFunction(ScriptFunctionType.Standard, VariableName:="add")>
|
||||
|
|
Loading…
Reference in New Issue