Advertisement
dronkowitz

SaveLoadCharacter.cs

Jan 12th, 2023
860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4.  
  5. public class SaveLoadCharacter : MonoBehaviour
  6. {
  7.     public void OpenSaveMenu()
  8.     {
  9.         HUD.Instance.OpenSaveScreen();
  10.     }
  11. }
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement