Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. namespace BrickRPGV2.Content{
  2.  
  3.     class Camera2d(){
  4.  
  5.         public Camera2d(){
  6.             //constructor
  7.         }
  8.  
  9.         [scope] [return type] [name](){
  10.             //function declaration
  11.         }
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement