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

35 lines
800 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 JPropInfoData
{
public int Id;
public float Mass;
public string PrefabName;
public int Point;
public int PropGroupId;
public int GenRate;
public string UIPrefabName;
public string MaterialName;
}
}