GDTKIncrementSettings.Initialize
Declaration#
public void Initialize(GDTKStat owner)Parameters#
| Name | Description |
|---|---|
| owner | Owner of this object |
Description#
Initialize this object
Usage#
Example
using NullSave.GDTK.Stats;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(GDTKIncrementSettings target, GDTKStat other) { target.Initialize(other); }
}