fd0e631b1f
- Fight World data structure - Generating basic fight world - Opening correct fight room - Block paths in fight rooms - Transition between rooms
7 lines
110 B
C#
7 lines
110 B
C#
namespace Babushka.scripts.CSharp.Common.Fight;
|
|
|
|
public class FightParty
|
|
{
|
|
public bool vesna = true;
|
|
}
|