10 lines
160 B
C#
10 lines
160 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public class PartyMember_StoredReplacedStats
|
|
{
|
|
public PartyMember memberDescription;
|
|
|
|
public int memberHealth;
|
|
}
|