namespace KoogleApp.Model
{
public class ThrowEventArgs
public bool LeftSink { get; set; }
public bool RightSink { get; set; }
}