Advertisement
evelynshilosky

AllGameData - Part 26

Nov 17th, 2023 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.27 KB | None | 0 0
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4.  
  5. [System.Serializable]
  6. public class AllGameData
  7. {
  8.     public PlayerData playerData;
  9.  
  10.     public EnvironmentData environmentData;
  11.  
  12.    //public ConstructionData constructionData;
  13.  
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement