LethalCompany/Lethal Company/ExportedProject/Assets/Scripts/Assembly-CSharp/DunGen/CharacterTileChangedEvent.cs

5 lines
130 B
C#
Raw Normal View History

2023-12-22 22:51:17 +00:00
namespace DunGen
{
public delegate void CharacterTileChangedEvent(DungenCharacter character, Tile previousTile, Tile newTile);
}