mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-12 22:44:35 +01:00
24 lines
281 B
C#
24 lines
281 B
C#
namespace MoleMole
|
|
{
|
|
public class TouchBuffItem
|
|
{
|
|
public int buffId;
|
|
|
|
public string effect;
|
|
|
|
public string detail;
|
|
|
|
public float param1;
|
|
|
|
public float param2;
|
|
|
|
public float param3;
|
|
|
|
public float param1Add;
|
|
|
|
public float param2Add;
|
|
|
|
public float param3Add;
|
|
}
|
|
}
|