| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
Tags
- widget
- CTF
- listen server
- ability task
- attribute
- C++
- stride
- Aegis
- gameplay effect
- Replication
- gameplay ability system
- 언리얼엔진
- rpc
- Multiplay
- 게임개발
- os
- gas
- 유니티
- UI
- gameplay tag
- 보안
- photon fusion2
- local prediction
- MAC
- 언리얼 엔진
- unity
- animation
- 게임 개발
- Unreal Engine
- linear regression
Archives
- Today
- Total
목록Exp (1)
Replicated
[Fortress Craft] 골드, 경험치
using System.Collections;using System.Collections.Generic;using UnityEngine;public class RewardManager : MonoBehaviour{ public static RewardManager Instance { get; set; } public int Gold { get; set; } public float Exp { get; set; } private void Awake() { Instance = this; }}싱글톤 Reward 매니저에서 골드랑 경험치 프로퍼티로 가짐 using System.Collections;using System.Collections.Generic;using U..
유니티 엔진/Fortress Craft
2025. 2. 5. 21:49