MiniGame-PushPush/Assets/Scripts/Entities/JPropRateData.cs
villaingames 8701cac907 Addressable 로드 비동기 -> 동기식으로 수정, 플레이 루틴 추가
- 결과 화면 임시 추가
- 종료 후 로비 연결 추가
2023-10-18 20:45:27 +09:00

25 lines
589 B
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace FirstVillain.Entities
{
public class JPropRateData
{
public int Id;
public int GroupId;
public int Prob;
}
}