Skip to content
Snippets Groups Projects
Commit 8b570dc3 authored by kopperp's avatar kopperp
Browse files

Delete nollaaja.cs

parent 47ba0126
No related branches found
No related tags found
No related merge requests found
namespace Matopeli;
class nollaaja
{
public int X { get; set; }
public int Y { get; set; }
public nollaaja()
{
X = 0;
Y = 0;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment