浏览代码

Fixing merge conflicts

/main
Amel Negra 3 年前
当前提交
35ef2889
共有 2 个文件被更改,包括 391 次插入447 次删除
  1. 836
      UOP1_Project/Assets/Scenes/WIP/TestingGround.unity
  2. 2
      UOP1_Project/Assets/Scripts/Gameplay/GameStateSO.cs

836
UOP1_Project/Assets/Scenes/WIP/TestingGround.unity
文件差异内容过多而无法显示
查看文件

2
UOP1_Project/Assets/Scripts/Gameplay/GameStateSO.cs


{
private GameState _currentGameState = default;
private GameState _previousGameState = default;
public GameState CurrentGameState => CurrentGameState;
public GameState CurrentGameState => _currentGameState;
public void UpdateGameState( GameState newGameState)
{

正在加载...
取消
保存