HKI Core
HKI Core
Variables
ISaveAndLoadable.cs
Go to the documentation of this file.
1
using
UnityEngine
;
2
using
System
.Xml;
3
4
namespace
HKI
.Core.Variables
5
{
9
public
interface
ISaveAndLoadable
10
{
11
// Interface functions
12
void
Save(XmlNode parentNode);
13
void
Load(XmlNode node);
14
}
15
}
System
HKI.Core.Variables.ISaveAndLoadable
Interface for saving and loading. This should be used for every class that needs saving.
Definition:
ISaveAndLoadable.cs:9
UnityEngine
HKI
Generated by
1.8.13