Class MyStatLogicFactory
Inheritance
System.Object
MyStatLogicFactory
Namespace: Sandbox.Game.EntityComponents
Assembly: Sandbox.Game.dll
Syntax
[PreloadRequired]
public class MyStatLogicFactory : Object
Properties
Instance
Declaration
public static MyStatLogicFactory Instance { get; }
Property Value
| Type | Description |
|---|---|
| MyStatLogicFactory |
Methods
CreateStatLogicInstance(String)
Declaration
public MyStatLogic CreateStatLogicInstance(string scriptName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | scriptName |
Returns
| Type | Description |
|---|---|
| MyStatLogic |