Click or drag to resize

ICell Interface

A common interface for all cells. This class does not specify any methods, but is used to identify cells so they can be handled in a special way by the editor.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 8, 0)]
public interface ICell
See Also