mana bar
This commit is contained in:
@@ -99,7 +99,7 @@ public class PlayerControllerUnitTest
|
||||
{
|
||||
var mockUi = new PlayerUi();
|
||||
var dashIcons = new TextureRect[3] { new TextureRect(), new TextureRect(), new TextureRect() };
|
||||
mockUi._dashIcons = dashIcons;
|
||||
mockUi.DashIcons = dashIcons;
|
||||
|
||||
_player.PlayerUi = mockUi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user