Start of constant parameter stuff

This commit is contained in:
Adam
2015-07-30 16:39:48 -04:00
parent f27e410f5b
commit 5478fc7385
14 changed files with 227 additions and 23 deletions

View File

@@ -45,4 +45,9 @@ public abstract class PoolEntry
{
return 1;
}
public Object getObject()
{
return this;
}
}