Skip to content

Game.Prefabs.ICombineData`1

Assembly: Game
Namespace: Game.Prefabs

Type: interface abstract public

Code

public abstract interface ICombineData<T>
{
    public abstract System.Void Combine(T other);
}

Methods

  • public abstract Combine(T other) : System.Void
public abstract System.Void Combine(T other);