Files
Babushka/scripts/CSharp/Common/FightOld/FightParty.cs
T
jonathan 2929c5dd25 Bootstrap fight system
- Fight World data structure
- Generating basic fight world
- Opening correct fight room
- Block paths in fight rooms
- Transition between rooms
2025-09-12 13:20:27 +02:00

7 lines
110 B
C#

namespace Babushka.scripts.CSharp.Common.Fight;
public class FightParty
{
public bool vesna = true;
}