using System.Collections.Generic;
[System.Serializable]
public class PlayerDataHandler
{
public int money = 0;
public List<string> itemsNames = new();
public List<string> battles = new();
}
[System.Serializable]
public class BattleDataHandler
{
public enum Status_:byte
{
Requested=1,
Ongoing,
Ended
}
public string playersName = string.Empty;
public Status_ status = Status_.Requested;
public string[,] board = new string[8, 8];// { A{1,2,3,4,5,6,7,8},{,,,,,,,,},{,,,,,,,,},{,,,,,,,,},{,,,,,,,,},{,,,,,,,,},{,,,,,,,,},{,,,,,,,,}}
}
Next up
My work on animated enemy
Guess who it is...
Elektryka Prąd nie tyka!
>Review after playing Eve Online for around 50 hours<
Adding some rubble, cookies and cakes to the corridor. All the most important items of any space factory.
Happy day for this game, i just implement new assets to CRAZYTALE.
Links bellow:
- Assets(require URP):
https://assetstore.unity.com/packages/2d/environments/pixel-art-…
- Project(Github):
Simple show of first early access build- update 0.1.0 named in English "Electrician power doesn't touch" or in Polish "Elektryka prąd nie tyka".
Try my new game : In The Shadows https://gamejolt.com/games/intheshadows/1000264
A shiny stones update
0 comments