HKI Core
Public Member Functions | List of all members
HKI.Core.Variables.ISaveAndLoadable Interface Reference

Interface for saving and loading. This should be used for every class that needs saving. More...

Inheritance diagram for HKI.Core.Variables.ISaveAndLoadable:
HKI.Core.Variables.HKIVar HKI.Core.Variables.Container HKI.Core.Variables.HKIVarGeneric< T > HKI.Core.Settings.SettingsSystem HKI.Core.Variables.HKIVarGenericMinMax< T >

Public Member Functions

void Save (XmlNode parentNode)
 
void Load (XmlNode node)
 

Detailed Description

Interface for saving and loading. This should be used for every class that needs saving.

Definition at line 9 of file ISaveAndLoadable.cs.

Member Function Documentation

◆ Load()

void HKI.Core.Variables.ISaveAndLoadable.Load ( XmlNode  node)

◆ Save()

void HKI.Core.Variables.ISaveAndLoadable.Save ( XmlNode  parentNode)

The documentation for this interface was generated from the following file: