Table of Contents

Interface IGarage<T1, T2>

Namespace
Nekoyume.Model.Garages
Assembly
Lib9c.dll
public interface IGarage<in T1, in T2> where T1 : IGarage<in T1, in T2>

Type Parameters

T1
T2

Methods

Deliver(T1, T2)

void Deliver(T1 to, T2 amount)

Parameters

to T1
amount T2

Load(T2)

void Load(T2 amount)

Parameters

amount T2

Unload(T2)

void Unload(T2 amount)

Parameters

amount T2