2025-08-27 22:39:34 +08:00
|
|
|
using System;
|
|
|
|
using System.Xml.Linq;
|
|
|
|
|
|
|
|
namespace Data
|
|
|
|
{
|
2025-09-06 12:25:55 +08:00
|
|
|
public class HediffCompDef : Define
|
2025-08-27 22:39:34 +08:00
|
|
|
{
|
2025-09-06 12:25:55 +08:00
|
|
|
public string compClass;
|
|
|
|
public string properties;
|
2025-08-27 22:39:34 +08:00
|
|
|
}
|
|
|
|
}
|