when did I even chat that lol
also
C# good because:
using System;
using System.Windows.Forms
namespace KidDestroyer
{
public partial class Form1 : Form
{
InitializeComponent();
}
// When the “Destroy da Kid” button is clicked, destroy the kid.
private void kidDestructionButton_Click(object sender, EventArgs e)
{
Kid.Destroy();
}
// When the “Cancel Kid Destruction” button is clicked, deny the access.
private void cancelKidDestructButton_Click(object sender, EventArgs e)
{
e.Cancel();
}
// Upon kid dying, cancel the death.
private void KidDestroyer_KidDying(object sender, EventArgs e)
{
e.Cancel();
}
}
e
OOP going wild
Windows Forms going wild, WPF better