This website requires JavaScript.
Explore
Oven
Feed
Help
Sign In
ktyl
/
shmodot
Watch
1
Star
0
Fork
0
You've already forked shmodot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
shmodot
/
scripts
/
orbits
/
IMassive.cs
8 lines
83 B
C#
Raw
Normal View
History
Unescape
Escape
draw circle
2022-08-31 21:18:47 +01:00
using
Godot
;
using
System
;
public
interface
IMassive
{
use IMassive to calculate period
2022-09-07 00:49:57 +01:00
double
Mass
{
get
;
}
draw circle
2022-08-31 21:18:47 +01:00
}
Reference in New Issue
Copy Permalink