using System;
using System.Collections.Generic;
namespace ACE.Database.Models.Shard;
///
/// EventFilter Properties of Weenies
///
public partial class BiotaPropertiesEventFilter
{
///
/// Id of the object this property belongs to
///
public uint ObjectId { get; set; }
///
/// Id of Event to filter
///
public int Event { get; set; }
public virtual Biota Object { get; set; }
}