Update roadmap and build workflow
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
float TextScale = 1.0f;
|
||||
|
||||
protected:
|
||||
void DrawSurvival(const UAgrarianSurvivalComponent* SurvivalComponent, float X, float& Y) const;
|
||||
void DrawInventory(const UAgrarianInventoryComponent* InventoryComponent, float X, float& Y) const;
|
||||
void DrawLine(const FString& Text, float X, float& Y, const FColor& Color = FColor::White) const;
|
||||
void DrawSurvival(const UAgrarianSurvivalComponent* SurvivalComponent, float X, float& Y);
|
||||
void DrawInventory(const UAgrarianInventoryComponent* InventoryComponent, float X, float& Y);
|
||||
void DrawLine(const FString& Text, float X, float& Y, const FColor& Color = FColor::White);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user