Skip to content

Commit 26cf57c

Browse files
committed
fix: remove old UIMessageFeed
1 parent 46076cc commit 26cf57c

File tree

4 files changed

+195
-344
lines changed

4 files changed

+195
-344
lines changed

Assets/Scripts/Gameplay/GameState/ServerPostGameState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ServerPostGameState : GameStateBehaviour
2525
PostGameUI m_PostGameUI;
2626

2727
[SerializeField]
28-
MessageFeed m_MessageFeed;
28+
UIMessageFeed m_MessageFeed;
2929

3030
public override GameState ActiveState { get { return GameState.PostGame; } }
3131

Assets/Scripts/Gameplay/UI/MessageFeed.cs

Lines changed: 0 additions & 242 deletions
This file was deleted.

0 commit comments

Comments
 (0)