MiniGame-PushPush/Assets/Scripts/Entities/JPropInfoData.cs
villaingames 4df1f6522f ExcelToJson 기능추가
- dll에 해당 기능 추가 및 class 스크립트 생성기능 추가
2023-10-09 19:30:53 +09:00

27 lines
632 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;
}
}