File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Scripts/Gameplay/GameState Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
version https://git-lfs.github.com/spec/v1
2
- oid sha256:86df85977bd63d5a87a1882d6ca0b5e214fd6916ec38ffb016f5ec886c8f47f2
3
- size 42187
2
+ oid sha256:86c8d173b7aada0546aba68cc3fea8a652c1f3ccdd2ecfe0cb35c92d5e2f9c48
3
+ size 41254
Original file line number Diff line number Diff line change 2
2
using System . Collections . Generic ;
3
3
using UnityEngine ;
4
4
using TMPro ;
5
- using Unity . Multiplayer . Samples . Utilities ;
6
5
using Unity . Netcode ;
7
6
using VContainer ;
8
- using UnityEngine . SceneManagement ;
9
7
10
8
namespace Unity . Multiplayer . Samples . BossRoom . Client
11
9
{
12
10
/// <summary>
13
11
/// Client specialization of the Character Select game state. Mainly controls the UI during character-select.
14
12
/// </summary>
15
- [ RequireComponent ( typeof ( NetcodeHooks ) ) ]
16
13
public class ClientCharSelectState : GameStateBehaviour
17
14
{
18
15
/// <summary>
You can’t perform that action at this time.
0 commit comments